fix(core): app menu launcher tile icon, dark mode, and hyphenation#60232
Conversation
38785ed to
14f0d41
Compare
|
Actually server/core/src/components/AppItem.vue Lines 128 to 131 in 84a99e6 |
The idea was that instead of changing the foreground color, the background color should always stay the same as it is in light mode. But I think this is known by @pringelmann, I don't think this should block this unrelated fix. |
14f0d41 to
6e9e642
Compare
|
@nickvergessen yes general dark mode compatibility is high on my TODO list. I will open successive PRs in the coming days to resolve these issues. |
I think its more about if you set you primary color to - filter: brightness(0) invert(1);
+ filter: var(--primary-invert-if-bright); |
|
(icons are bright by default so they need to invert to black if the primary background is bright) |
|
Icon color fixed |
It's kind of an implizit requirement since a long time and how the old navigation was also treating (and inverting) them in the row and the overflow menu 🙈 |
ebc07a4 to
e0b1d02
Compare
e0b1d02 to
f81435f
Compare
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
-e Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
f81435f to
bc04903
Compare
|
@nickvergessen if you're happy with the change could you please approve? Merge is blocked by your change request |

Summary
Post-merge fixes to waffle menu:
+icon url+icon not adapting to dark modeChecklist
3. to review, feature component)stable32)